Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

  • Frm_Admin_Login.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 <Global.System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1726")> _
3 Partial Class Frm_Admin_Login
4     Inherits System.Windows.Forms.Form
5
6     
'Form overrides dispose to clean up the component list.
7     <System.Diagnostics.DebuggerNonUserCode()> _
8     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9         Try
10             If disposing AndAlso components IsNot Nothing Then
11                 components.Dispose()
12             End If
13         Finally
14             MyBase.Dispose(disposing)
15         End Try
16     End Sub
17     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
18     Friend WithEvents UsernameLabel As System.Windows.Forms.Label
19     Friend WithEvents PasswordLabel As System.Windows.Forms.Label
20     Friend WithEvents txtUserName As System.Windows.Forms.TextBox
21     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
22
23     
'Required by the Windows Form Designer
24     Private components As System.ComponentModel.IContainer
25
26     
'NOTE: The following procedure is required by the Windows Form Designer
27     
'It can be modified using the Windows Form Designer.
28     
'Do not modify it using the code editor.
29     <System.Diagnostics.DebuggerStepThrough()> _
30     Private Sub InitializeComponent()
31         Me.UsernameLabel = New System.Windows.Forms.Label()
32         Me.PasswordLabel = New System.Windows.Forms.Label()
33         Me.txtUserName = New System.Windows.Forms.TextBox()
34         Me.txtPassword = New System.Windows.Forms.TextBox()
35         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
36         Me.btnOk = New System.Windows.Forms.Button()
37         Me.btnCancel = New System.Windows.Forms.Button()
38         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
39         Me.SuspendLayout()
40         
'
41         
'UsernameLabel
42         
'
43         Me.UsernameLabel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
44         Me.UsernameLabel.ForeColor = System.Drawing.Color.SteelBlue
45         Me.UsernameLabel.Location = New System.Drawing.Point(
46, 196)
46         Me.UsernameLabel.Name =
"UsernameLabel"
47         Me.UsernameLabel.Size = New System.Drawing.Size(
220, 23)
48         Me.UsernameLabel.TabIndex =
0
49         Me.UsernameLabel.Text =
"&User name"
50         Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
51         
'
52         
'PasswordLabel
53         
'
54         Me.PasswordLabel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
55         Me.PasswordLabel.ForeColor = System.Drawing.Color.SteelBlue
56         Me.PasswordLabel.Location = New System.Drawing.Point(
46, 253)
57         Me.PasswordLabel.Name =
"PasswordLabel"
58         Me.PasswordLabel.Size = New System.Drawing.Size(
220, 23)
59         Me.PasswordLabel.TabIndex =
2
60         Me.PasswordLabel.Text =
"&Password"
61         Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
62         
'
63         
'txtUserName
64         
'
65         Me.txtUserName.Location = New System.Drawing.Point(
48, 216)
66         Me.txtUserName.Name =
"txtUserName"
67         Me.txtUserName.Size = New System.Drawing.Size(
220, 20)
68         Me.txtUserName.TabIndex =
1
69         
'
70         
'txtPassword
71         
'
72         Me.txtPassword.Location = New System.Drawing.Point(
48, 273)
73         Me.txtPassword.Name =
"txtPassword"
74         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
75         Me.txtPassword.Size = New System.Drawing.Size(
220, 20)
76         Me.txtPassword.TabIndex =
3
77         
'
78         
'LogoPictureBox
79         
'
80         Me.LogoPictureBox.Image = Global.NewHRMS.My.Resources.Resources.solutions
81         Me.LogoPictureBox.Location = New System.Drawing.Point(
0, 0)
82         Me.LogoPictureBox.Name =
"LogoPictureBox"
83         Me.LogoPictureBox.Size = New System.Drawing.Size(
331, 193)
84         Me.LogoPictureBox.TabIndex =
0
85         Me.LogoPictureBox.TabStop = False
86         
'
87         
'btnOk
88         
'
89         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
90         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
91         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
92         Me.btnOk.ForeColor = System.Drawing.Color.White
93         Me.btnOk.Location = New System.Drawing.Point(
49, 313)
94         Me.btnOk.Name =
"btnOk"
95         Me.btnOk.Size = New System.Drawing.Size(
106, 31)
96         Me.btnOk.TabIndex =
81
97         Me.btnOk.Text =
"Ok"
98         Me.btnOk.UseVisualStyleBackColor = False
99         
'
100         
'btnCancel
101         
'
102         Me.btnCancel.BackColor = System.Drawing.Color.SteelBlue
103         Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
104         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
105         Me.btnCancel.ForeColor = System.Drawing.Color.White
106         Me.btnCancel.Location = New System.Drawing.Point(
161, 313)
107         Me.btnCancel.Name =
"btnCancel"
108         Me.btnCancel.Size = New System.Drawing.Size(
107, 31)
109         Me.btnCancel.TabIndex =
82
110         Me.btnCancel.Text =
"Cancel"
111         Me.btnCancel.UseVisualStyleBackColor = False
112         
'
113         
'Frm_Admin_Login
114         
'
115         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
116         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
117         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
118         Me.ClientSize = New System.Drawing.Size(
327, 366)
119         Me.Controls.Add(Me.btnCancel)
120         Me.Controls.Add(Me.btnOk)
121         Me.Controls.Add(Me.txtPassword)
122         Me.Controls.Add(Me.txtUserName)
123         Me.Controls.Add(Me.PasswordLabel)
124         Me.Controls.Add(Me.UsernameLabel)
125         Me.Controls.Add(Me.LogoPictureBox)
126         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
127         Me.MaximizeBox = False
128         Me.MinimizeBox = False
129         Me.Name =
"Frm_Admin_Login"
130         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
131         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
132         Me.Text =
"Admin Login"
133         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
134         Me.ResumeLayout(False)
135         Me.PerformLayout()
136
137     End Sub
138     Friend WithEvents btnOk As System.Windows.Forms.Button
139     Friend WithEvents btnCancel As System.Windows.Forms.Button
140
141 End Class


Gõ tìm kiếm nhanh...